home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / QuickTime / JPEG Sample / README < prev   
Encoding:
Text File  |  1997-03-05  |  614 b   |  14 lines  |  [TEXT/ttxt]

  1. JPEG Sample
  2.  
  3. This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  4.  
  5.  
  6. Report Bugs to:
  7.  
  8. Mike Marinkovich
  9. marink@apple.com
  10.  
  11. Modification History
  12. --------------------
  13. 4/3/96        MWM     Initial coding    
  14. 2/97        MWM        fixed some memory leaks and has it parse the JPEG further  to determine what the contents are.